PHP date operation code-lunar calendar-solar conversion, leap year, computing days, etc. This is a practical PHP date and time Operation class, it includes the Gregorian calendar-conversion of the lunar calendar, conversion to the Chinese date
This is a practical php date-time operation class, which includes the Gregorian-lunar conversion, converted to Chinese date format, the calculation of the lunar calendar days apart, the lunar calendar year to obtain the lunar calendar days, the
#输入某年某月某日, judge that day is the first of the year.
"' Thinking: First, the date is divided into the input or a piece of input, think of if a piece of input may also need to split to find the date
So it is better to divide the input; then consider
Ask to calculate how many days the date is from October 1, 1949
For example:
User entered: 1949-10-2
Program output: 1
User entered: 1949-11-1
Program output: 31
In total, two classes were written, and then the code was slightly
First, use your formula to compile a simple program:
Main ()
{Int year;/* year */
Intw;/* day of the week */
Scanf ("% d", & year );
W = (year-1) + (year-1)/4-(year-1)/100 + (year-1)/400 + 1) % 7;
Printf ("% d \ n", W );
Getch ();
}
Enter 1 during
{starting from month to day enquiry} if(Strtoint (Trim (adoquery_temp). fieldvalues['Qiyue']))=2) and(Strtoint (Trim (adoquery_temp). fieldvalues['Qiri']))= in) Then begin ifDaysinamonth (Strtoint (Trim
New Year's Greetings 1
Do not experience the wind and rain, how to see the Rainbow, no one can casually success! Come on! The new Year is more different!
I may forget the man I laughed with, but I will never forget the one who cried with me. Happy
JS Get Current date time + date validation + judgment leap Year + date difference + date formatting +js Judging How many days a certain monthString to date type +js current datetime + date validation + judgment leap Year + date difference + date
How do I calculate the day of the week? --Caille (Zeller) formulaWhat is the day of the week in history? What day of the week is the future? There are a number of computational formulae (two general calculation formulae and some piecewise
Leap Year CalculatorTitle: Enter the year to determine if the year is a leap years.Method: 1. Year that can be divisible by 4002. Can be divisible by 4, but not divisible by 1001 Print('---Leap year judgment kql, press Q to exit---')2 whileTrue:3y =
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.